body {
    font-family: poppins;
    background-color: #f5f5f5 !important;
  }
  .sidenav {
    background-color: #0c9aac;
  }
  .sidenav li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .sidenav li:hover {
    background-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 10px;
    width: fit-content;
    margin-left: 0px;
    transition: 0.3s;
  }
  
  .inputforsearch:focus {
    box-shadow: none !important;
  }
  .opts:hover {
    background-color: #0097a7 !important;
  }
  .nopointer {
    cursor: default !important;
  }
  .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .progress-line {
    flex-grow: 1;
    height: 4px;
    background-color: #0097a7;
    margin: 0 10px;
    position: relative;
    z-index: 0;
  }
  
  .step {
    width: 40px;
    height: 40px;
    background-color: #0097a7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  
  .step.completed {
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
  .phone-input {
    max-width: 575px !important; /* Ensure it takes full width */
  }
  
  @media (max-width: 767px) {
    .logoClose {
      gap: 0px !important;
    }
    .searchAndAdd {
      flex-direction: column !important;
    }
    .checks{
        grid-template-columns: 1fr !important;
    }
    .uplo{
        flex-direction: column !important;
    }

  }
  